checkbutton: Add a warning about cyclic groups
authorMatthias Clasen <mclasen@redhat.com>
Wed, 17 Mar 2021 11:37:33 +0000 (07:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 17 Mar 2021 11:38:57 +0000 (07:38 -0400)
commitee837dfc1230f0a5cc398c3e2bfb32aac369dadd
treeb768e08793043941de3f8683bfa0b45fc2d296e8
parent1d888bff43d5bf98df2cfb77b55279bdc7804235
checkbutton: Add a warning about cyclic groups

Setting up check or toggle button group relationships
in a cycle will lead to lockups. Add a warning about
this, and catch the simplest case with a precondition
check.

Fixes: #3763
gtk/gtkcheckbutton.c
gtk/gtktogglebutton.c